pp108 : deletedatabaseconfiguration - Ant Task

deletedatabaseconfiguration - Ant Task

Description

deletedatabaseconfiguration Ant task deletes a database configuration from the Process Platform instance.

Sample Usage

The following task describes the procedure to delete a database configuration northwind present in the system organization

<deletedatabaseconfiguration ldapRoot="cn=cordys,cn=bopcu7,o=myorg.com"
    name="northwind" organization="system" server="cin400333l"/>

Parameters

Attribute

Description

Type

Required

server

Name of the Process Platform instance.

String

Yes

ldapRoot

LDAP Root DN of Process Platform instance.

String

Yes

name

Name of the database configuration that needs to be deleted.

String

Yes

organization

Name of the organization where database configuration is present.

String

Yes

failOnError

Boolean flag aborts the build when an exception occurs in the task. Default value is true

Boolean

No